home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / ISO9660 / DOS / DTP / DISPLAY / RUNME.BAT < prev   
DOS Batch File  |  1996-02-01  |  502b  |  17 lines

  1. @echo off
  2. rem
  3. rem Swap file directory
  4. rem Please set it to where you have max disk space
  5. rem
  6. if not x%go32tmp% == x goto have_tmp
  7. if not x%gcctmp% == x goto have_tmp
  8. if not x%tmp% == x goto have_tmp
  9. if not x%temp% == x goto have_tmp
  10. set temp=c:\tmp
  11. :have_tmp
  12. set go32=driver C:\DISPLAY\driver\et4000.grn 
  13. C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  14. rem
  15. rem If you don't copy go32.exe to your search path, then
  16. rem C:\DISPLAY\go32 C:\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  17.